projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f14eca7
)
Fix GDK_Left position in table.
author
Elliot Lee
<sopwith@src.gnome.org>
Wed, 9 Aug 2000 01:36:37 +0000
(
01:36
+0000)
committer
Elliot Lee
<sopwith@src.gnome.org>
Wed, 9 Aug 2000 01:36:37 +0000
(
01:36
+0000)
Fix GDK_Left position in table.
gdk/linux-fb/gdkinput-ps2.c
patch
|
blob
|
history
diff --git
a/gdk/linux-fb/gdkinput-ps2.c
b/gdk/linux-fb/gdkinput-ps2.c
index 399dccf4ad7683e56776d89de26a2a6664c024d4..cb57ecb8d1c80833ca35b8285d25ac1d03f5de46 100644
(file)
--- a/
gdk/linux-fb/gdkinput-ps2.c
+++ b/
gdk/linux-fb/gdkinput-ps2.c
@@
-1176,8
+1176,8
@@
static const guint trans_table[256][3] = {
{GDK_Up, 0, 0},
{0, 0, 0},
{0, 0, 0},
- {0, 0, 0},
{GDK_Left, 0, 0},
+ {0, 0, 0},
{GDK_Right, 0, 0},
{0, 0, 0},
{0, 0, 0},